projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5511e5c
)
* file-notify-tests.el (file-notify-test02-events): Let it fail in the
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 26 Jan 2014 16:29:50 +0000
(17:29 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 26 Jan 2014 16:29:50 +0000
(17:29 +0100)
local case only.
test/automated/file-notify-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/file-notify-tests.el
b/test/automated/file-notify-tests.el
index 073fb4c65222b1261e91b38ead3d8c00e965c618..242a813f03440bf9b78fe7987d029a9b3b079cfb 100644
(file)
--- a/
test/automated/file-notify-tests.el
+++ b/
test/automated/file-notify-tests.el
@@
-201,7
+201,9
@@
TIMEOUT is the maximum time to wait for."
"Check file creation/removal notifications."
;; Bug#16519.
:expected-result
- (if (and noninteractive (memq file-notify--library '(gfilenotify w32notify)))
+ (if (and noninteractive
+ (not (file-notify--test-remote-enabled))
+ (memq file-notify--library '(gfilenotify w32notify)))
:failed :passed)
(skip-unless (file-notify--test-local-enabled))
(let (desc)